About the Demo
This demo shows how to use DBWebAggregateControls. There are 5 aggregate
controls below the grid, each connected to a DBWebDataSource, a TableName and a
ColumnName. The caption for each is identified in the properties under the
"Caption" heading (Caption and CaptionPosition). When the application is run, the
aggregate values are updated as you make changes.
Setup Information
Before running the application for the first time, double
click on the DBWebDataSource control in the tool tray and then use the
object inspector to set its XMLFileName property to "job.xml" in this
directory.
Refer to AspSetup.htm, DBWebDemoSetupXML.htm, and DBWebDemoSetupDB.htm
in the demos\delphi.net\dbweb directory for setup and configuration information.
Running the Demo
- Start the IDE.
- Open this project.
-
Complete the steps from the Setup Information
section above.
- Compile the Applicaton (Project Menu, Compile all projects).
- Run the application with debugging (F9) or without debugging
(Shift+Ctrl+F9)